* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.containers {
    width: 85%;
    box-sizing: border-box;
}

/* 头部 */
.head {
    position: fixed;
    z-index: 9999;
    width: 100%;
    /* height: 14%; */
    padding: 10px 0;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .6);
    display: flex;
    justify-content: center;
}

.head>.containers {
    display: flex;
    align-items: center;
}

.logo {
    /* width: 296px;
    height: 90px; */
    width: 24.1%;
    /* height: 75%; */
}

.logo img {
    width: 100%;
    height: 100%;
}

.nav {
    flex: 1;
    font-size: 18px;
}
@media screen and (max-width:1200px) {
    .nav {
        font-size: 16px;
    }
}
@media screen and (max-width:1080px) {
    .nav {
        font-size: 14px;
    }
}
@media screen and (max-width:960px) {
    .nav {
        font-size: 12px;
    }
}

.nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav ul li {
    /* padding: 3.4% 2.2%; */
    padding: 40px 25px;
}

.nav ul li a {
    color: #3F3C40;
    font-weight: 400;
}

.nav ul li a:hover {
    color: #A12327;
}

.nav .active,.nav1 .active {
    color: #A12327;
}

.search {
    margin-left: 2.2%;
}

.search img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
@media screen and (max-width:768px) {
    html{
        font-size: 50px;
    }
}
@media screen and (max-width:540px) {
    html{
        font-size: 35.15625px;
    }
}
@media screen and (max-width:480px) {
    html{
        font-size: 31.25px;
    }
}
@media screen and (max-width:414px) {
    html{
        font-size: 26.95px;
    }
}
@media screen and (max-width:412px) {
    html{
        font-size: 26.82px;
    }
}
@media screen and (max-width:400px) {
    html{
        font-size: 26.04px;
    }
}
@media screen and (max-width:390px) {
    html{
        font-size: 25.39px;
    }
}
@media screen and (max-width:376px) {
    html{
        font-size: 25px;
    }
}
@media screen and (max-width:360px) {
    html{
        font-size: 23.4375px;
    }
}
@media screen and (max-width:320px) {
    html{
        font-size: 20.83px;
    }
}
@media screen and (max-width:280px) {
    html{
        font-size: 18.23px;
    }
}
/* 导航栏移动端 */
.navydd{
    width: 100%;
    /* height: 0.92rem; */
    box-sizing: border-box;
    padding: 0.24rem 0.4rem;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    display: none;
}
.logos1{
    width: 4.56rem;
    height: 1.36rem;
}
.logos1 img{
    width: 4.56rem;
    height: 1.36rem;
}

.search1 img{
    width: 0.86rem;
    height: 0.74rem;
}
.nav1{
    position: fixed;
    top: 0;
    right: -50vw;
    width: 50vw;
    height: 100vh;
    font-size: 0.6rem;
    text-align: center;
    background-color: #fff;
    transition: .5s;
}
.nav1 .close{
    text-align: left;
    margin-top: 1rem;
    margin-left: 0.4rem;
}
.nav1 ul{
    padding: 0.4rem 0;
}
.nav1 ul li{
    padding: 0.6rem 0;
}
.nav1 ul li a{
    color: #3F3C40;
}
@media screen and (max-width:768px) {
    .head{
        height: 1.84rem;
        padding: 0;
    }
    .head>.containers{
        display: none;
    }
    .navydd{
        display: flex;
    }
}
/* 背景图 */
.banner {
    width: 100%;
    height: 890px;
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.banText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    color: #fff;
    background-color: rgba(255, 255, 255, .2);
}

.banBox {
    display: flex;
}
/* @font-face {
    font-family: HuXiaoBo;
    src: url(../assets/fonts/HuXiaoBoNanShen);
} */
.banItem{
    padding: 8px 16px;
    font-size: 90px;
    font-family: HuXiaoBo;
}

.banItem1,
.banItem2 {
    padding: 8px 10px;
    font-size: 96px;
    font-family: HuXiaoBo;
}

.banItem1 {
    background-color: #A12327;
}

.banItem2 {
    background-color: #F7B146;
}
@media screen and (max-width:1700px) {
    .banner{
        height: 800px;
    }
    .banItem{
        font-size: 80px;
    }
    .banItem1,
    .banItem2 {
        font-size: 86px;
    }
}
@media screen and (max-width:1600px) {
    .nav ul li {
        padding: 37px 22px;
    }
    .banner{
        height: 750px;
    }
    .banItem{
        font-size: 70px;
    }
    .banItem1,
    .banItem2 {
        font-size: 76px;
    }
}
@media screen and (max-width:1500px) {
    .nav ul li {
        padding: 33px 19px;
    }
    .banner{
        height: 660px;
    }
    .banItem{
        font-size: 60px;
    }
    .banItem1,
    .banItem2 {
        font-size: 66px;
    }
}
@media screen and (max-width:1400px) {
    .nav ul li {
        padding: 30px 16px;
    }
    .banner{
        height: 529px;
    }
    .banItem{
        font-size: 50px;
    }
    .banItem1,
    .banItem2 {
        font-size: 56px;
    }
}
@media screen and (max-width:1300px) {
    .nav ul li {
        padding: 27px 13px;
    }
}
@media screen and (max-width:1200px) {
    .nav ul li {
        padding: 24px 10px;
    }
}
@media screen and (max-width:1100px) {
    .nav ul li {
        padding: 21px 10px;
    }
}
@media screen and (max-width:876px) {
    .banItem{
        font-size: 40px;
    }
    .banItem1,
    .banItem2 {
        font-size: 46px;
    }
}
@media screen and (max-width:768px) {
    .banner {
        height: 10rem;
    }
    .banItem{
        padding: 0.16rem 0.45rem;
        font-size: 1rem;
    }
    .banItem1,
    .banItem2 {
        padding: 0.16rem 0.3rem;
        font-size: 1.14rem;
    }
}
/* 关于我们 */
.about {
    margin-top: 1.6%;
    width: 100%;
    /* height: 510px; */
    padding-bottom: 4%;
    background-image: url(../img/aboutbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}

.ablt {
    width: 12%;
    padding-top: 6.3%;
    margin-left: 4.7%;
    margin-right: 4.2%;
    box-sizing: border-box;
}

.tils {
    color: #4c4c4c;
    font-size: 44px;
}

.abs {
    color: #999;
    font-size: 24px;
    margin-top: 5.6%;
    margin-bottom: 11.1%;
}

.ablt img {
    width: 37.1%;
    /* height: 25.9%; */
    cursor: pointer;
}

.abrt {
    width: 57.9%;
    padding-top: 6.4%;
    margin-right: 4.8%;
    box-sizing: border-box;
}

.abrt>h2 {
    color: #4d4d4d;
    font-size: 42px;
    margin-bottom: 5.5%;
}

.abrt>h2 span {
    color: #A12327;
}
.abrt>h2 p {
    font-size: 20px !important;
    letter-spacing: 0.35em;
    color: #c7c7c7 !important;
    font-family: Arial;
}

.abrt .p1 {
    color: #666;
    font-size: 16px;
    text-indent: 2em;
    line-height: 36px;
}
@media screen and (max-width:1700px) {
    .tils {
        font-size: 40px;
    }
    .abs {
        font-size: 22px;
    }
    .abrt>h2 {
        font-size: 38px;
    }
    .abrt>h2 p {
        font-size: 18px !important;
    }
    .abrt .p1 {
        font-size: 14px;
    }
}
@media screen and (max-width:1600px) {
    .tils {
        font-size: 36px;
    }
    .abs {
        font-size: 20px;
    }
    .abrt>h2 {
        font-size: 34px;
    }
    .abrt>h2 p {
        font-size: 16px !important;
    }
}
@media screen and (max-width:1500px) {
    .tils {
        font-size: 32px;
    }
    .abs {
        font-size: 18px;
    }
    .abrt>h2 {
        font-size: 30px;
    }
    .abrt>h2 p {
        font-size: 14px !important;
    }
    .abrt .p1 {
        font-size: 12px;
    }
}
@media screen and (max-width:1400px) {
    .tils {
        font-size: 28px;
    }
    .abs {
        font-size: 16px;
    }
    .abrt>h2 {
        font-size: 26px;
    }
    .abrt>h2 p {
        font-size: 12px !important;
        letter-spacing: 0.39em;
    }
}
@media screen and (max-width:1200px) {
    .tils {
        font-size: 26px;
    }
    .abs {
        font-size: 15px;
    }
    .abrt>h2 {
        font-size: 24px;
    }
    .abrt>h2 p {
        letter-spacing: 0.32em;
    }
}
@media screen and (max-width:1080px) {
    .tils {
        font-size: 24px;
    }
    .abrt>h2 {
        font-size: 23px;
    }
    .abrt>h2 p {
        letter-spacing: 0.29em;
    }
}
@media screen and (max-width:970px) {
    .tils {
        font-size: 22px;
    }
}
@media screen and (max-width:876px) {
    .tils {
        font-size: 20px;
    }
    .abs {
        font-size: 14px;
    }
    .abrt>h2 {
        font-size: 22px;
    }
    .abrt>h2 p {
        letter-spacing: 0.25em;
    }
}

@media screen and (max-width:768px) {
    .about{
        background-image: url(../img/abb.png);
        flex-direction: column;
    }
    .ablt {
        width: 100%;
        padding-top: 1.8rem;
        margin-left: 0;
        padding-left: 0.4rem;
    }
    
    .tils {
        color: #4c4c4c;
        font-size: 0.88rem;
    }
    
    .abs {
        font-size: 0.48rem;
        margin-top: 0.56rem;
        margin-bottom: 0.94rem;
    }
    
    .ablt img {
        width: 1.4rem;
        height: 1.4rem;
        cursor: pointer;
    }
    .abrt {
        width: 100%;
        box-sizing: border-box;
        padding-top: 1rem;
        padding-left: 0.4rem;
        padding-right: 0.4rem;
        padding-bottom: 1rem;
        margin-right: 0;
        box-sizing: border-box;
    }
    
    .abrt>h2 {
        text-align: center;
        color: #4d4d4d;
        font-size: 0.84rem;
        margin-bottom: 0.92rem;
    }
    
    .abrt>h2 p {
        font-size: 0.4rem !important;
        letter-spacing: 0.1rem;
    }
    .abrt>h2 span {
        color: #A12327;
    }
    
    .abrt .p1 {
        font-size: 0.56rem;
        line-height: 1rem;
    }
    .abrt .p1:last-child {
        /* display: none; */
    }
}
/* 核心业务平台 */
.about1 {
    width: 100%;
    padding-bottom: 7%;
    background-image: url(../img/abbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title {
    text-align: center;
    padding-top: 4.6%;
    padding-bottom: 4.1%;
}

.hxywList {
    box-sizing: border-box;
    /* padding-top: 3.8%; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.hxywItem:last-child {
    margin-right: 0;
}
.hxywItem {
    width: 25%;
    /* height: 473px; */
    padding-bottom: 29.3%;
    border-radius: 15px;
    margin-right: 3.6%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    color: #fff;
    overflow: hidden;
}

.hxywItem:nth-child(1) {
    background-image: url(../img/ab1.png);
}

.hxywItem:nth-child(2) {
    background-image: url(../img/ab2.png);
}

.hxywItem:nth-child(3) {
    background-image: url(../img/ab3.png);
}

.hxywItem:nth-child(4) {
    background-image: url(../img/ab4.png);
}

.hxywItem .tou {
    font-size: 24px;
    position: absolute;
    bottom: 7.3%;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
}

.hxywItem:hover .itemshow {
    bottom: 6%;
}

.hxywItem:hover .tou {
    opacity: 0;
}

.itemshow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -100%;
    transition: .5s;
    width: 80%;
    /* height: 168px; */
    border-radius: 15px;
    background-color: rgba(6, 6, 6, .2);
    box-sizing: border-box;
    padding: 7% 7.5%;
}

.itemshow>h3 {
    font-size: 26px;
    font-weight: 500;
}

.itemshow>p {
    font-size: 16px;
    font-weight: 400;
    margin: 4.3% 0 8.6% 0;
    opacity: .5;
}

.itemshow img {
    width: 18.4%;
    cursor: pointer;
}
@media screen and (max-width:1700px) {
    .hxywItem .tou {
        font-size: 22px;
    }
    .itemshow>h3 {
        font-size: 24px;
    }
    .itemshow>p {
        font-size: 15px;
    }
}
@media screen and (max-width:1600px) {
    .hxywItem .tou {
        font-size: 20px;
    }
    .itemshow>h3 {
        font-size: 22px;
    }
    .itemshow>p {
        font-size: 14px;
    }
}
@media screen and (max-width:1500px) {
    .hxywItem .tou {
        font-size: 18px;
    }
    .itemshow>h3 {
        font-size: 20px;
    }
    .itemshow>p {
        font-size: 13px;
    }
}
@media screen and (max-width:1400px) {
    .hxywItem .tou {
        font-size: 16px;
    }
    .itemshow>h3 {
        font-size: 18px;
    }
    .itemshow>p {
        font-size: 12px;
    }
}
/* 移动端核心业务 */
@media screen and (max-width:768px) {
    .about1 {
        padding-bottom: 1.7rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .title {
        padding-top: 1.44rem;
        padding-bottom: 1.24rem;
    }
    
    .hxywList {
        width: 98%;
        padding-top: 0;
        flex-wrap: wrap;
    }
    
    .hxywItem {
        width: 45%;
        height: 4.23rem;
        border-radius: 0.3rem;
    }
    
    .hxywItem:nth-child(1) {
        margin-right: 0.74rem;
        margin-bottom: 0.76rem;
    }
    
    .hxywItem:nth-child(2) {
        margin-right: 0;
        margin-bottom: 0.76rem;
    }
    
    .hxywItem:nth-child(3) {
        margin-right: 0.74rem;
    }
    
    .hxywItem:nth-child(4) {
        margin-right: 0;
    }
    
    .hxywItem .tou {
        font-size: 0.56rem;
        bottom: 0.6rem;
    }
    
    .hxywItem:hover .itemshow {
        bottom: 0.6rem;
    }
    
    .itemshow {
        border-radius: 0.3rem;
        padding: 0.42rem 0.5rem;
    }
    
    .itemshow>h3 {
        font-size: 0.52rem;
    }
    
    .itemshow>p {
        font-size: 0.32rem;
        margin: 0.2rem 0 0.36rem 0;
    }
    
    .itemshow img {
        width: 0.78rem;
        height: 0.78rem;
    }
}

/* 产业投资 */
.cytz {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 9.5%;
    background-image: url(../img/cytzbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cytzList {
    display: flex;
    justify-content: center;
}

.cytzItem:last-child {
    margin-right: 0;
}
.cytzItem {
    width: 16.6%;
    margin-right: 3.3%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.cytzItem .imgs {
    width: 100%;
    /* height: 200px; */
    border: 6px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 10px 10px 0px #D0D0D0;
    display: flex;
}

.cytzItem .imgs img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.cytzItem .select {
    border-color: #F7B146;
}

.cytztxt .ps1 {
    font-size: 24px;
    font-weight: 400;
    color: #AD4245;
    line-height: 14px;
    margin-top: 20px;
}

.cytztxt .ps2 {
    margin-top: 9px;
    font-size: 16px;
    font-weight: 400;
    color: #737373;
    line-height: 28px;
}
@media screen and (max-width:1700px) {
    .cytzItem .imgs {
        border: 5px solid #fff;
    }
    .cytztxt .ps1 {
        font-size: 22px;
    }
    
    .cytztxt .ps2 {
        font-size: 15px;
    }
    .cytzItem .select {
        border-color: #F7B146;
    }
}
@media screen and (max-width:1600px) {
    .cytzItem .imgs {
        border: 4px solid #fff;
    }
    .cytztxt .ps1 {
        font-size: 20px;
    }
    
    .cytztxt .ps2 {
        font-size: 14px;
    }
    .cytzItem .select {
        border-color: #F7B146;
    }
}
@media screen and (max-width:1500px) {
    .cytzItem .imgs {
        border: 3px solid #fff;
    }
    .cytztxt .ps1 {
        font-size: 18px;
    }
    
    .cytztxt .ps2 {
        font-size: 13px;
    }
    .cytzItem .select {
        border-color: #F7B146;
    }
}
@media screen and (max-width:1400px) {
    .cytzItem .imgs {
        border: 2px solid #fff;
    }
    .cytztxt .ps1 {
        font-size: 16px;
    }
    
    .cytztxt .ps2 {
        font-size: 12px;
    }
    .cytzItem .select {
        border-color: #F7B146;
    }
}

@media screen and (max-width:768px) {
    .cytz {
        padding-bottom: 3rem;
        background-image: url(../img/cytzbg1.png);
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cytzList {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .cytzItem:nth-child(3),.cytzItem:nth-child(6) {
        margin-right: 0;
    }
    .cytzItem {
        width: 3.7rem;
        margin-right: 0.8rem;
    }
    
    .cytzItem .imgs {
        border: 0.12rem solid #fff;
        box-shadow: 0px 0.2rem 0.2rem 0px #D0D0D0;
    }
    
    .cytzItem .select {
        border-color: #fff;
    }
    
    .cytztxt .ps1 {
        font-size: 0.52rem;
        line-height: 0.52rem;
        margin-top: 0.4rem;
    }
    
    .cytztxt .ps2 {
        margin-top: 0.18rem;
        font-size: 0.36rem;
        line-height: 0.52rem;
    }
}

/* 新闻资讯 */
.xwzx {
    width: 100%;
    padding: 0 0.6%;
    box-sizing: border-box;
}
.xwzxtitle {
    margin-left: 27%;
}
.xwzxtitle1{
    position: absolute;
    left: 27%;
    bottom: 2%;
}
.xwzxtitle1 h3{
    color: #4D4D4D;
    font-size: 44px;
}
.xwzxtitle p{
    overflow: hidden;
    color: #999;
    font-size: 22px;
    font-weight: 400;
}
.xwzxtitle p span {
    float: right;
    display: none;
}
.xwzxcont{
    width: 100%;
    height: 660px;
    display: flex;
    padding-top: 2.1%;
    padding-bottom: 2.7%;
}

.xwzxlt {
    width: 35%;
    height: 104%;
    margin-right: 2%;
}

.xwzxlt img {
    width: 100%;
    height: 100%;
}

.xwzxcer {
    width: 32%;
    height: 100%;
    margin-right: 2%;
}

.xwzxBox {
    width: 100%;
    height: 50%;
    box-sizing: border-box;
    padding: 8.7% 5.3%;
    box-shadow: 0px 3px 7px 0px #D0D0D0;
}
.xwzx .xwzxsel{
    background-color: #A12327;
}
.xwzx .xwzxsel>h2,.xwzx .xwzxsel>.txt,.xwzx .xwzxsel .botlt p{
    color: #fff;
}

.xwzxBox:first-child {
    margin-bottom: 5%;
}

.xwzxBox>h2 {
    font-size: 24px;
    color: #626160;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xwzxBox>.txt {
    font-size: 16px;
    color: #AAB3BE;
    font-weight: 400;
    padding-top: 5.8%;
    margin-bottom: 3.9%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient:vertical;
}
.xwzxBox .bxi{
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
}
.xwbot{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.botlt h1{
    color: #E5E5E5;
    font-size: 40px;
}
.botlt p{
    color: #7C7C7C;
    font-size: 16px;
}
.botrt img{
    width: 68px;
}

.xwzxrt {
    width: 32%;
    height: 100%;
}
@media screen and (max-width:1700px) {
    .xwzxtitle1 h3{
        font-size: 42px;
    }
    .xwzxtitle p{
        font-size: 20px;
    }
    .xwzxcont{
        height: 560px;
    }
    .xwzxBox>h2 {
        font-size: 22px;
    }
    
    .xwzxBox>.txt {
        font-size: 15px;
    }
    .botlt h1{
        font-size: 38px;
    }
    .botlt p{
        font-size: 15px;
    }
    .botrt img{
        width: 64px;
    }
}
@media screen and (max-width:1600px) {
    .xwzxtitle1 h3{
        font-size: 40px;
    }
    .xwzxtitle p{
        font-size: 18px;
    }
    .xwzxcont{
        height: 510px;
    }
    .xwzxBox>h2 {
        font-size: 20px;
    }
    
    .xwzxBox>.txt {
        font-size: 14px;
    }
    .botlt h1{
        font-size: 36px;
    }
    .botlt p{
        font-size: 14px;
    }
    .botrt img{
        width: 60px;
    }
}
@media screen and (max-width:1500px) {
    .xwzxtitle1 h3{
        font-size: 38px;
    }
    .xwzxtitle p{
        font-size: 16px;
    }
    .xwzxcont{
        height: 460px;
    }
    .xwzxBox>h2 {
        font-size: 18px;
    }
    
    .xwzxBox>.txt {
        font-size: 13px;
    }
    .botlt h1{
        font-size: 34px;
    }
    .botlt p{
        font-size: 13px;
    }
    .botrt img{
        width: 56px;
    }
}
@media screen and (max-width:1400px) {
    .xwzxtitle1 h3{
        font-size: 36px;
    }
    .xwzxtitle p{
        font-size: 14px;
    }
    .xwzxcont{
        height: 410px;
    }
    .xwzxBox>h2 {
        font-size: 16px;
    }
    
    .xwzxBox>.txt {
        font-size: 12px;
    }
    .botlt h1{
        font-size: 32px;
    }
    .botlt p{
        font-size: 12px;
    }
    .botrt img{
        width: 52px;
    }
}
/* 移动端新闻资讯 */
@media screen and (max-width:768px) {
    .xwzx {
        padding: 0 0.4rem;
    }
    .xwzxtitle {
        margin-left: 0;
    }
    
    .xwzxtitle1{
        position: absolute;
        left: 0.4rem;
        bottom: 0.2rem;
    }
    .xwzxtitle1 h3{
        font-size: 0.88rem;
    }
    .xwzxtitle p{
        font-size: 0.48rem;
    }
    .xwzxtitle p span {
        display: inline;
    }
    .xwzxcont{
        height: auto;
        flex-direction: column;
        padding-top: 1.4rem;
        padding-bottom: 1.2rem;
        padding-left: 0;
        padding-right: 0;
    }
    
    .xwzxlt {
        width: 100%;
        height: 7.54rem;
        margin-right: 0;
    }
    
    .xwzxlt img {
        width: 100%;
        height: 100%;
    }
    
    .xwzxcer {
        display: none;
    }
    
    .xwzxBox {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding-top: 1.3rem;
        padding-left: 0.64rem;
        padding-right: 0.64rem;
        padding-bottom: 0.8rem;
        box-shadow: 0px 3px 7px 0px #D0D0D0;
    }
    
    .xwzxBox:first-child {
        margin-top: 0.64rem;
        margin-bottom: 0.64rem;
    }
    
    .xwzxBox>h2 {
        font-size: 0.56rem;
    }
    
    .xwzxBox>.txt {
        font-size: 0.48rem;
        padding-top: 0.6rem;
        padding-bottom: 0.8rem;
    }
    .xwbot{
        padding: 0.2rem 0;
    }
    .botlt h1{
        font-size: 1.2rem;
    }
    .botlt p{
        font-size: 0.48rem;
    }
    .botrt img{
        width: 1.34rem;
        height: 1.34rem;
    }
    
    .xwzxrt {
        width: 100%;
        height: auto;
    }
}

/* 底部 */
.footer{
    position: relative;
    width: 100%;
    /* height: 567px; */
    padding-bottom: 1%;
    background-image: url(../img/footbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    display: flex;
    justify-content: center;
}
.foottop{
    width: 100%;
    box-sizing: border-box;
    padding: 6.2% 0 2.7% 0;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
}
.logo1{
    width: 26.6%;
    /* height: 87px; */
}
.logo1 img{
    width: 100%;
    height: 100%;
}
.phone{
    font-size: 20px;
}
.phone .f1 span{
    font-size: 30px;
}
.footcer{
    width: 100%;
    box-sizing: border-box;
    padding-top: 4.4%;
    display: flex;
    justify-content: space-between;
}
.footlts{
    width: 80%;
    display: flex;
    justify-content: space-between;
}
.item li:first-child{
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}
.item li:first-child a{
    color: #fff;
}
.item li{
    color: #666;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
}
.item li a{
    color: #666;
}
.footrts{
    margin-right: 4.4%;
    text-align: center;
}
.footrts h2{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.footrts img{
    width: 90%;
    /* height: 115px; */
    margin-top: 10px;
    margin-bottom: 5px;
}
.footrts p{
    font-size: 16px;
    color: #666;
}
.footbot{
    text-align: center;
    margin-top: 3%;
    color: #A4A4A4;
    font-size: 16px;
}
.footbot a{
    color: #A4A4A4;
}
@media screen and (max-width:1700px) {
    .phone{
        font-size: 18px;
    }
    .phone .f1 span{
        font-size: 28px;
    }
    .item li:first-child{
        font-size: 18px;
        margin-bottom: 8px;
    }
    .item li{
        font-size: 15px;
        line-height: 25px;
    }
    .footrts h2{
        font-size: 18px;
        line-height: 25px;
    }
    .footrts p,.footbot{
        font-size: 15px;
    }
}
@media screen and (max-width:1600px) {
    .phone{
        font-size: 16px;
    }
    .phone .f1 span{
        font-size: 26px;
    }
    /* .item li:first-child{
        font-size: 16px;
        margin-bottom: 6px;
    }
    .item li{
        font-size: 14px;
        line-height: 20px;
    } */
    .footrts h2{
        font-size: 16px;
        line-height: 20px;
    }
    .footrts p,.footbot{
        font-size: 14px;
    }
}
@media screen and (max-width:1500px) {
    .phone{
        font-size: 15px;
    }
    .phone .f1 span{
        font-size: 24px;
    }
    /* .item li:first-child{
        font-size: 15px;
    }
    .item li{
        font-size: 13px;
    } */
    .footrts h2{
        font-size: 15px;
    }
    .footrts p,.footbot{
        font-size: 13px;
    }
}
@media screen and (max-width:1400px) {
    .phone{
        font-size: 14px;
    }
    .phone .f1 span{
        font-size: 22px;
    }
    /* .item li:first-child{
        font-size: 16px;
    }
    .item li{
        font-size: 14px;
    } */
    .footrts h2{
        font-size: 14px;
    }
    .footrts p,.footbot{
        font-size: 12px;
    }
}
@media screen and (max-width:900px) {
    .item li:first-child{
        font-size: 16px;
    }
    .item li{
        font-size: 14px;
    }
}
/* 移动端底部 */
.foot{
    width: 100%;
    box-sizing: border-box;
    padding: 1.06rem 0.4rem 0.8rem 0.4rem;
    display: none;
}
.ftop{
    width: 4.74rem;
    height: 1.4rem;
}
.ftop img{
    width: 100%;
    height: 100%;
}
.fcer{
    width: 100%;
    box-sizing: border-box;
    padding: 1.4rem 0;
    font-size: 0.48rem;
    font-weight: 400;
    line-height: 0.96rem;
}
.fbot{
    width: 100%;
    text-align: center;
    color: #A4A4A4;
    font-size: 0.36rem;
    line-height: 0.6rem;
}
.fbot p{
    padding: 0 1.8rem;
}
.fbot a{
    color: #A4A4A4;
}
@media screen and (max-width:768px) {
    .footer{
        background-image: url(../img/footbg1.png);
    }
    .footer>.containers{
        display: none;
    }
    .foot{
        display: block;
    }
}



@media screen and (max-width:1700px) {
    
}
@media screen and (max-width:1600px) {
    
}
@media screen and (max-width:1500px) {
    
}
@media screen and (max-width:1400px) {
    
}